home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / pc / main.dir / 00031_Script_31 < prev    next >
Text File  |  1996-06-22  |  508b  |  28 lines

  1. on bposters
  2.   watch_cursor
  3.   --set the movierate of sprite 3 = 0
  4.   displayposters
  5.   go "posters"
  6. end posters
  7.  
  8. on bindex
  9.   --set the movierate of sprite 3 = 0
  10.   dontpassevent
  11.   go "index"
  12. end
  13.  
  14. on bquit
  15.   go "quit"
  16. end mouseup
  17.  
  18. on bauto
  19.   global gmode, gnumfilms, gfilmindex, glastmovie
  20.   
  21.   watch_cursor 
  22.   set gmode = "auto"
  23.   set glastmovie = "menu"
  24.   --set the movierate of sprite 3 = 0
  25.   set gfilmindex = random(gnumfilms)
  26.   displayfilm gfilmindex
  27.   go to frame "film"
  28. end bauto